Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Invoke dexopt via command line#15

Merged
ThePedroo merged 1 commit intoThePedroo:masterfrom
fatalcoder524:shell-dexopt
Nov 20, 2025
Merged

Invoke dexopt via command line#15
ThePedroo merged 1 commit intoThePedroo:masterfrom
fatalcoder524:shell-dexopt

Conversation

@fatalcoder524
Copy link
Collaborator

Starting with Android 14 (API level 34), the Android Runtime (ART) Service handles on-device Ahead-Of-Time (AOT) compilation, also known as dexopt. As a result, in Android 16 beta qpr2, the method performDexOptMode is removed.

See https://source.android.com/docs/core/runtime/configure/package-manager for details.

Starting with Android 14 (API level 34), the Android Runtime (ART) Service handles on-device Ahead-Of-Time (AOT) compilation, also known as `dexopt`.
As a result, in Android 16 beta qpr2, the method `performDexOptMode` is removed.

See https://source.android.com/docs/core/runtime/configure/package-manager for details.
@ThePedroo ThePedroo added the bug Something isn't working label Nov 20, 2025
@ThePedroo ThePedroo merged commit 0f7bbe6 into ThePedroo:master Nov 20, 2025
1 check passed
@fatalcoder524 fatalcoder524 deleted the shell-dexopt branch November 20, 2025 18:49
Dawid2849 added a commit to Dawid2849/ReLSPosed that referenced this pull request Nov 21, 2025
fix: invoke dexopt via command line (ThePedroo#15)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants